home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mods_all.zip / IC10.2 < prev    next >
Text File  |  1992-09-15  |  2KB  |  64 lines

  1. IC10.2
  2.  
  3.   The IF-232 Interface from Kenwood is a 1488 and a 1489 chip
  4. in a box.  These are an RS-232 Quad Line Driver and Receiver
  5. and are available at Radio Shack for $1.29 Each.  Here is an
  6. easy project that will save you a lot over the $69+ Kenwood price 
  7. of the IF-232 Interface.  The 1488 needs a + and - supply.
  8. Unregulated + and - 12vdc is just fine. Get the +5 vdc for the
  9. 1489 by putting a 7805 regulator on the +12 vdc supply.  100 ma.
  10. is about the max you'll draw, so the smallest transformer you
  11. can find will still be plenty large.  Don't forget to series up
  12. two of each gate to cancel the inversion that the 1480's produce.
  13.  
  14.  
  15.  
  16. ACC-1  Connector                  Use a 6 Pin DIN Connector.
  17.                                          (Radio Shack $1.29)
  18. Pin     Signal  Comments
  19. ________________________
  20.  
  21. 1       Gnd     Signal Ground
  22. 2       TXD     Serial Data from Radio to Computer
  23. 3       RXD     Serial Data from Computer to Radio
  24. 4       CTS     Computer Ready;  (Radio Input)
  25. 5       RTS     Radio Ready;    (Radio Output)
  26. 6               No Connection
  27.  
  28. Pins 4 and 5 may be left Unconnected.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. ***** Command Description for Kenwood Computer Interface *****
  36. ______________________________________________________________
  37.  
  38.                 Auto Information
  39.                 ________________
  40. AIn; 
  41.                 The Radio Will Send the Status Info Automatically
  42.                 Whenever the Operator Manually Varies any Function
  43.                 on the Radio which is Covered in the IF; Command
  44.                         Where   n = 0 for Auto Info OFF
  45.                                     1 for Auto Info On
  46.  
  47.                 The Status Information Will be Sent in the Form :
  48.                         As defined in the IF; Command
  49.  
  50.  
  51.                 Display Memory
  52.                 ______________
  53. DMnnnn;
  54.                 This is a Factory Diagnostic Function
  55.                 and is of no practical use to the operator
  56.  
  57.                 The Contents of the MPU Memory will be Read
  58.                         Where   nnnn = MPU Address (0000 Thru FFFF (HEX))
  59.  
  60.                 The Contents of the MPU Memory Will be Sent in the Form :
  61.                  DMnnnn-aabbccddeeffgghhiijjkk;
  62.                         Where   nnnn = MPU Address (0000 Thru FFFF (HEX))
  63.                               aa~~kk = Hex Number Pairs Of Next 16 Locations
  64. CONT IN IC10.3